Skip to main content

Home/ Web Development, Design & Programming/ Group items tagged web api

Rss Feed Group items tagged

multi dots

Web API Development, Web API Development Services, Google API Development - 0 views

  •  
    At Multidots we offer effective web API development services like twitter API development, skype based API Integration, SOAP APIs, Paypal Integration, web API development and Integration, Google APIs, shipping APIs, yahoo APIs, XML/Java script/rest based APIs and more. Call 1-646-568-54447 for quick quote.
Richard Boss

Change The Pitch Of Audio Using Java Sound API - 0 views

  •  
    Java Sound API is one of the media API which is used for sound operations like storing, manipulating, editing sounds. Lets see in this tutorial how to use Java Sound API.
awqi zar

PayPal X Developer Network: PayPal X DevZone: Web API power tools:  One tool ... - 5 views

  •  
    So what is YQL?  YQL looks like SQL but enables you to access live data from the Internet.  That definition doesn't really do it justice, however. The bigger point about YQL is that it includes many built-in bindings to various web APIs so that you can use almost every major web API in a consistent manner, with similar calls across the many possible APIs available to you.
awqi zar

Integrate your PHP application with Google Calendar - 1 views

  •  
    Google Calendar allows Web application developers to access user-generated content and event information through its REST-based Developer API. PHP's SimpleXML extension and Zend's GData Library are ideal for processing the XML feeds generated by this API and using them to build customized PHP applications. This article introduces the Google Calendar Data API, demonstrates how you can use it to browse user-generated calendars; add and update calendar events; and perform keyword searches.
Vernon Fowler

REST API Tutorial - 0 views

  •  
    Building restful web services, like other programming skills is part art, part science. As the Internet industry progresses, creating a REST API becomes more concrete, with emerging best practices. As RESTful Web services don't follow a prescribed standard except for HTTP, it's important to build your RESTful API in accordance with industry best practices to ease development and simplify client adoption.
Jochen Burkhard

Creating a REST API with Agavi - 1 views

  •  
    Summary:  Agavi is an open-source, flexible, and scalable framework for application development. One of its key features is built-in support for REST routes, making it possible to quickly add a REST API for third-party development to an existing or new Web application. In this article, examine this feature in detail, and how to build a REST API with support for both XML and JSON formats.
stevejonas

Progressive Web Apps - The Definitive Guide - 0 views

  •  
    A progressive web app is the amalgamation of the technologies of web and mobile apps that act as a website but render you the feeling of running an application. With the rapid advancement in the browser technology, availability of push APIs, and cache have enabled web developers to install website application on the home screen and provide regular notifications of website's latest updates in the offline mode.
Xposure Media

Website Developers Gold Coast | API Integration Brisbane - 0 views

  •  
    Here at Xposuremedia, our Brisbane team specialise in custom Web development. We do API Integration, Web Design, SEO, Graphics Design & Custom Web App development
jdr santos

Backbone.js - 0 views

  •  
    Backbone.js gives structure to web applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing API over a RESTful JSON interface.
Jochen Burkhard

Designing for the Future with HTML5+CSS3 : Tutorials and Best Practices | DevSnippets - 0 views

  • HTML5 is the next major version of HTML. HTML5 provides some great new features for web designers who love to create readable code and semantically-meaningful layouts. HTML 5 introduces and enhances a wide range of features including: form controls, APIs, dragging and dropping, multimedia, drawing graphics on screen and a lot more.
  •  
    HTML5 is the next major version of HTML. HTML5 provides some great new features for web designers who love to create readable code and semantically-meaningful layouts. HTML 5 introduces and enhances a wide range of features including: form controls, APIs, dragging and dropping, multimedia, drawing graphics on screen and a lot more.
  •  
    HTML5 is the next major version of HTML. HTML5 provides some great new features for web designers who love to create readable code and semantically-meaningful layouts. HTML 5 introduces and enhances a wide range of features including: form controls, APIs, dragging and dropping, multimedia, drawing graphics on screen and a lot more.
jeezTech

Using Bing's API To Create A Custom Search Engine - 0 views

  •  
    Microsoft's search engine Bing, is a getting more popular each day. Microsoft has released a REST API for Bing and we are going to use it to create a custom
Laura Reed

GitHub - mgonto/restangular: AngularJS service to handle Rest API Restful Resources pro... - 0 views

  •  
    "Restangular is an AngularJS service that simplifies common GET, POST, DELETE, and UPDATE requests with a minimum of client code. It's a perfect fit for any WebApp that consumes data from a RESTful API."
  •  
    "Restangular is an AngularJS service that simplifies common GET, POST, DELETE, and UPDATE requests with a minimum of client code. It's a perfect fit for any WebApp that consumes data from a RESTful API."
  •  
    Arab Model Escort In Dubai // Arab Escorts Service // Call Girls In Dubai //
mariadebebes

Creating a REST API with Express.js and MongoDB - RWieruch - 0 views

  •  
    How to Create Rest APIs using popular Express framework
Laura Reed

Touch events - Web APIs | MDN - 3 views

  •  
    "The touch events interfaces are relatively low-level APIs that can be used to support application specific multi-touch interactions such as a two-finger gesture. A multi-touch interaction starts when a finger (or stylus) first touches the contact surface. Other fingers may subsequently touch the surface and optionally move across the touch surface. The interaction ends when the fingers are removed from the surface. During this interaction, an application receives touch events during the start, move and end phases."
Jochen Burkhard

Create modern Web sites using HTML5 and CSS3 - 1 views

  •  
    Summary:  Since the World Wide Web emerged in the early 1990s, HTML has evolved to become a relatively powerful markup language, which, when backed up by its close partners JavaScript and CSS, can be used to create visually stunning and interactive Web sites and applications. This tutorial serves as a hands-on introduction to HTML5 and CSS3. It provides information about the functionality and syntax for many of the new elements and APIs that HTML5 has to offer, as well as the new selectors, effects, and features that CSS3 brings to the table. Finally, it will show you how to develop a sample Web page that harnesses many of these new features. By the time you have finished this tutorial, you will be ready to build Web sites or applications of your own that are powered by HTML5 and CSS3.
awqi zar

YQL: Using Web Content For Non-Programmers - Smashing Magazine - 4 views

  •  
    Yahoo uses APIs for nearly all of its products. Instead of accessing a database and displaying the information live on the screen, the front end calls an API, which in turn gets the information from the back end, which talks to databases. This gives Yahoo the benefit of being able to scale to millions of users and being able to change either the front or back end without disrupting the other.
Brij Mohan

Testing Web services or REST API Easily with Poster Add-on | TechBrij - 0 views

  •  
    Poster is a developer tool for interacting with web services and other web resources that lets you make HTTP requests, interact with web services and inspect the results.
Jochen Burkhard

Creating mobile Web applications with HTML 5, Part 2: Unlock local storage for mobile W... - 0 views

  •  
    Summary:  One of the most useful new features in HTML 5 is the standardization of local storage. Finally, Web developers can stop trying to fit all client-side data into 4 KB Cookies. Now you can store large amounts of data on the client with a simple API. This is a perfect mechanism for caching, so you can dramatically improve the speed of your application-a critical factor for mobile Web applications that rely on much slower connections than their desktop brothers. In this second article in this series on HTML 5, you will see how to use local storage, how to debug it, and you will see a variety of ways to use it to improve mobile Web applications.
awqi zar

Shortening URLs for goo.gl with Google's URL Shortener API - PHP articles, tutorials an... - 2 views

  •  
    We will use the cURL library to perform the required HTTP requests to make use of this API. Additionally, JSON data is extensively used for both requests and responses, so we will use the json_encode() and json_decode() functions accordingly.
solaceinfotech

SOAP vs REST: A Comparison of Two Different API Styles - Solace Infotech Pvt Ltd - 0 views

  •  
    A Comparison of Two Different API Styles
1 - 20 of 80 Next › Last »
Showing 20 items per page